home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gXframe
- if the colorDepth <> 8 then
- set gXframe to marker(0)
- go("BadBitDepth")
- else
- puppetSound("PlayB")
- puppetSprite(14, 1)
- set the castNum of sprite 14 to 42
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 14 to 43
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 14 to 42
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 14 to 43
- updateStage()
- puppetSprite(14, 0)
- repeat while the soundBusy of 1
- nothing()
- end repeat
- open("actvpass 2")
- quit()
- end if
- end
-